=== Version 0.2 === 
Most of the materials are translated into english.
Added keymap readme for windows version.

Game uses Lucida Console White, but help still uses Lucida Console Black.

Fixed some major bugs:
* a bug with unstopable fast-forward.
* a bug with wrong elseif/else behavior.

Thanks to weetabix for contribution:
* New positions to be used with "show CHAR_ID at POSITION".
* New skin to be used with Katawa Shoujo.

Released with several mini-VNs:
* "The Question"
* "9 " by IIchan Eroge Team
* a test game to demonstrate some features
* Katawa Shoujo alpha (script only contains up to Act 1 Monday)

=== Version 0.1 === 
Very first and unstable alpha release of RenPSP Engine.

Font is monospace Lucida Console.
Encoding is 1251.

Supported commands:
* define ... = Character( ...
* image ... = ...
* label ... :
* narration / talks
* scene ...
* show ... at ...
* hide ...
* music play ...
* sound play ...
* music stop
* sound stop
* jump ...
* return
* # comments
* $ ...lua-code...
* some $renpy.*() functions
* if ...lua-code... :
* elif ...lua-code... :
* else :
* menu :

Features:
* multifile rpy load (not encoded)
* save/load (not encoded)
* persistent data (not encoded)
* rollback
* screenshots in PNG
* selection between several games
* PSP 5.XX, PSP 1.50 and Win32 are supported

Released with several mini-VNs:
* "The Question"
* "9 " by IIchan Eroge Team
* a test game to demonstrate some features